|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
TCP header structure. More...
Public Attributes | |
| int | seqNumber |
| int | ackNumber |
| byte | dataOffset |
| byte | reserved |
| byte | controlBits |
| short | windowSize |
| short | urgentPtr |
| vector< TcpOption > | options |
| vector< byte > | rawOptions |
| int | payloadSize |
Public Attributes inherited from SegmentHeader | |
| short | srcPort |
| short | dstPort |
| short | checkSum |
Public Attributes inherited from Header | |
| Pdu | payload |
TCP header structure.
| int TcpHeader::ackNumber |
| byte TcpHeader::controlBits |
| byte TcpHeader::dataOffset |
| vector<TcpOption> TcpHeader::options |
| int TcpHeader::payloadSize |
| vector<byte> TcpHeader::rawOptions |
| byte TcpHeader::reserved |
| int TcpHeader::seqNumber |
| short TcpHeader::urgentPtr |
| short TcpHeader::windowSize |